home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / strcoll.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  27 lines

  1.  
  2. STRCOLL(3)                 UNIX Programmer's Manual                 STRCOLL(3)
  3.  
  4. NNAAMMEE
  5.      ssttrrccoollll - compare strings according to current collation
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _i_n_t
  11.      ssttrrccoollll(_c_o_n_s_t _c_h_a_r _*_s_1, _c_o_n_s_t _c_h_a_r _*_s_2)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The ssttrrccoollll() function lexicographically compares the null-terminated
  15.      strings _s_1 and _s_2 according to the current locale collation and returns
  16.      an integer greater than, equal to, or less than 0, according as _s_1 is
  17.      greater than, equal to, or less than _s_2.
  18.  
  19. SSEEEE AALLSSOO
  20.      bcmp(3),  memcmp(3),  setlocale(3),  strcasecmp(3),  strcmp(3),
  21.      strxfrm(3)
  22.  
  23. SSTTAANNDDAARRDDSS
  24.      The ssttrrccoollll() function conforms to ANSI C3.159-1989 (``ANSI C'').
  25.  
  26. BSD Experimental                 June 29, 1991                               1
  27.